import * as React from 'react'; interface [FCName]Props { title: string; }; export const [FCName] = (props: [FCName]Props) => { return (); };